Deprecated Fields in jdk 1.5
-
javax.management.monitor.Monitor.alreadyNotified
equivalent to Monitor.alreadyNotifieds[0].
- javax.swing.JViewport.backingStore
As of Java 2 platform v1.3
- javax.swing.plaf.basic.BasicDesktopPaneUI.closeKey
As of 1.3.
- java.awt.Frame.CROSSHAIR_CURSOR
replaced by Cursor.CROSSHAIR_CURSOR.
- javax.management.monitor.Monitor.dbgTag
No replacement.
- java.awt.Frame.DEFAULT_CURSOR
replaced by Cursor.DEFAULT_CURSOR.
- javax.swing.JRootPane.defaultPressAction
As of Java 2 platform v1.3.
- javax.swing.JRootPane.defaultReleaseAction
As of Java 2 platform v1.3.
- javax.swing.plaf.basic.BasicSplitPaneUI.dividerResizeToggleKey
As of Java 2 platform v1.3.
- javax.swing.plaf.basic.BasicToolBarUI.downKey
As of Java 2 platform v1.3.
- javax.swing.plaf.basic.BasicTabbedPaneUI.downKey
As of Java 2 platform v1.3.
- javax.swing.plaf.basic.BasicSplitPaneUI.downKey
As of Java 2 platform v1.3.
- java.awt.Frame.E_RESIZE_CURSOR
replaced by Cursor.E_RESIZE_CURSOR.
- javax.swing.plaf.basic.BasicSplitPaneUI.endKey
As of Java 2 platform v1.3.
- java.awt.Frame.HAND_CURSOR
replaced by Cursor.HAND_CURSOR.
- javax.swing.plaf.basic.BasicSplitPaneUI.homeKey
As of Java 2 platform v1.3.
- java.net.HttpURLConnection.HTTP_SERVER_ERROR
it is misplaced and shouldn't have existed.
- java.lang.SecurityManager.inCheck
This type of security checking is not recommended. It is recommended that the
checkPermission call be used instead.
- javax.swing.plaf.basic.BasicSplitPaneUI.keyboardDownRightListener
As of Java 2 platform v1.3.
- javax.swing.plaf.basic.BasicSplitPaneUI.keyboardEndListener
As of Java 2 platform v1.3.
- javax.swing.plaf.basic.BasicSplitPaneUI.keyboardHomeListener
As of Java 2 platform v1.3.
- javax.swing.plaf.basic.BasicSplitPaneUI.keyboardResizeToggleListener
As of Java 2 platform v1.3.
- javax.swing.plaf.basic.BasicSplitPaneUI.keyboardUpLeftListener
As of Java 2 platform v1.3.
- javax.swing.plaf.basic.BasicToolBarUI.leftKey
As of Java 2 platform v1.3.
- javax.swing.plaf.basic.BasicTabbedPaneUI.leftKey
As of Java 2 platform v1.3.
- javax.swing.plaf.basic.BasicSplitPaneUI.leftKey
As of Java 2 platform v1.3.
- javax.swing.plaf.basic.BasicDesktopPaneUI.maximizeKey
As of 1.3.
- javax.swing.plaf.basic.BasicDesktopPaneUI.minimizeKey
As of 1.3.
- java.awt.Frame.MOVE_CURSOR
replaced by Cursor.MOVE_CURSOR.
- java.awt.Frame.N_RESIZE_CURSOR
replaced by Cursor.N_RESIZE_CURSOR.
- javax.swing.plaf.basic.BasicDesktopPaneUI.navigateKey
As of 1.3.
- javax.swing.plaf.basic.BasicDesktopPaneUI.navigateKey2
As of 1.3.
- java.awt.Frame.NE_RESIZE_CURSOR
replaced by Cursor.NE_RESIZE_CURSOR.
- java.awt.Frame.NW_RESIZE_CURSOR
replaced by Cursor.NW_RESIZE_CURSOR.
- javax.swing.plaf.basic.BasicInternalFrameUI.openMenuKey
As of Java 2 platform v1.3.
- java.awt.datatransfer.DataFlavor.plainTextFlavor
as of 1.3. Use DataFlavor.getReaderForText(Transferable) instead of
Transferable.getTransferData(DataFlavor.plainTextFlavor).
- javax.swing.text.html.FormView.RESET As of 1.3, value comes from UIManager UIManager property FormView.reset Button Text.
- javax.swing.table.TableColumn.resizedPostingDisableCount
as of Java 2 platform v1.3
- javax.swing.plaf.basic.Basic Tool Bar UI.rightKey
As of Java 2 platform v1.3.
- javax.swing.plaf.basic.BasicTabbedPaneUI.rightKey
As of Java 2 platform v1.3.
- javax.swing.plaf.basic.BasicSplitPaneUI.rightKey
As of Java 2 platform v1.3.
- java.awt.Frame.S_RESIZE_CURSOR
replaced by Cursor.S_RESIZE_CURSOR.
- java.awt.Frame.SE_RESIZE_CURSOR
replaced by Cursor.SE_RESIZE_CURSOR.
- javax.swing.text.html.FormView.SUBMIT As of 1.3, value now comes from UIManager property FormView.submit Button Text
- java.lang.Character.UnicodeBlock.SURROGATES_AREAAs of J2SE 5, use Character. UnicodeBlock. HIGH_SURROGATES, Character. UnicodeBlock. HIGH_PRIVATE_USE_SURROGATES, and Character.UnicodeBlock.LOW_SURROGATES. These new constants match the block definitions of the Unicode Standard. The Character.UnicodeBlock of(char) and Character.UnicodeBlock of(int) methods return the new constants, not SURROGATES_AREA.
- java.awt.Frame.SW_RESIZE_CURSOR
replaced by Cursor.SW_RESIZE_CURSOR.
- java.awt.Frame.TEXT_CURSOR
replaced by Cursor.TEXT_CURSOR.
- javax.swing.plaf.basic.BasicToolBarUI.upKey
As of Java 2 platform v1.3.
- javax.swing.plaf.basic.BasicTabbedPaneUI.upKey
As of Java 2 platform v1.3.
- javax.swing.plaf.basic.BasicSplitPaneUI.upKey
As of Java 2 platform v1.3.
- java.awt.Frame.W_RESIZE_CURSOR
replaced by Cursor.W_RESIZE_CURSOR.
- java.awt.Frame.WAIT_CURSOR
replaced by Cursor.WAIT_CURSOR.